home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / speed_bi.swf / scripts / DefineButton2_114 / BUTTONCONDACTION on(release, keyPress Enter).as
Encoding:
Text File  |  2008-11-12  |  357 b   |  17 lines

  1. on(release, keyPress "<Enter>"){
  2.    _root.bonus = 0;
  3.    _root.health = 100;
  4.    _root.tacho = 0;
  5.    _root.gates = 25;
  6.    _root.cars = false;
  7.    basescore = 0;
  8.    healthscore = 0;
  9.    targetscore = 0;
  10.    points = 0;
  11.    dietext = "";
  12.    startsignal.gotoAndPlay(2);
  13.    _root.health = 100;
  14.    _root.bonus = 0;
  15.    gotoAndPlay(_currentframe + 1);
  16. }
  17.